home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4901 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  960 b 

  1. Path: news1.h1.usa.pipeline.com!usenet
  2. From: grantp@usa.pipeline.com(Pete)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: need help with listbox
  5. Date: 1 Feb 1996 15:23:03 GMT
  6. Organization: Kalevi, Inc.
  7. Message-ID: <4eqlsn$hsa@news1.usa.pipeline.com>
  8. NNTP-Posting-Host: pipe3.h1.usa.pipeline.com
  9. X-PipeUser: grantp
  10. X-PipeHub: usa.pipeline.com
  11. X-PipeGCOS: (Pete)
  12. X-Newsreader: Pipeline USA v3.3.0
  13.  
  14. On Feb 01, 1996 06:43:41 in article <need help with listbox>,
  15. 'wells2@ix.netcom.com (wells)' wrote: 
  16.  
  17.  
  18. >how can I make a listbox NOT list in Alphabetical order?? 
  19. >thanks 
  20. Depends on how you created the list box.  In any case, the goal 
  21. is to not include the LBS_SORT style which most GUI tools insert 
  22. into the .rc file for you.  You'll have to consult your Resource 
  23. Tool on how to turn this feature off.  If you don't find it, edit 
  24. the .rc file manually and remove the LBS_SORT style flag. 
  25.  
  26. -- 
  27. Pete Grant 
  28. Kalevi, Inc. 
  29. Object Oriented Software Development
  30.